home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / mac / Ganmac / eb.cst / 00254_Script_voicalert < prev    next >
Text File  |  1999-09-22  |  808b  |  23 lines

  1. on mouseUp
  2.   global gvolume, handcur
  3.   set xx to the clickOn
  4.   if xx > 0 then
  5.     global gloson
  6.     global cspname
  7.     
  8.     set yy to chars(cspname,1,1)
  9.     if (gloson=1) or (the visible of window "gloss"=TRUE) then
  10.       set the memberNum of sprite 115 to the number of member (yy&"glos") of castLib "eb.cst"
  11.       endNewMovie
  12.     end if
  13.     set mm to the name of member (the memberNum of sprite xx) of castLib "eb.cst"
  14.     set the memberNum of sprite xx to the number of member ("r"&mm) of castLib "eb.cst"
  15.     updateStage
  16.     alert "Please control volume from the audio-bar above"
  17.     set ii to the name of member (the memberNum of sprite xx) of castLib "eb.cst"
  18.     set mm to chars(ii,2,6)
  19.     set the memberNum of sprite xx to the number of member mm 
  20.     updateStage
  21.   end if
  22. end
  23.